home *** CD-ROM | disk | FTP | other *** search
/ Hottest 5 / Hottest 5 (1995)(PDSoft)[!].iso / pdsoft / library / lha / grapv20a.lha / GVInstall.script < prev    next >
Text File  |  1980-11-26  |  853b  |  36 lines

  1. ; Grapevine Issue 20 HD Install Script (1.0)
  2.  
  3. alert "Grapevine Issue 20 HardDisk Install%c%cVersion 1.1a"
  4. select "dh0:gv20"
  5. space "2000" ; 2mb
  6. message "Installing Grapevine into `%s/'"
  7.  
  8. mkdir "%s"
  9.  
  10. copyifno "Gv20a:Libs/reqtools.library" "dh0:libs/reqtools.library"
  11. copy "GV20a:#?" "%s/"
  12. copy "GV20b:#?" "%s/"
  13. ;copy "GV20c:#?" "%s/"
  14.  
  15. openfile "%s/Grapevine20"
  16. writetofile "assign gv20a: %s/"
  17. writetofile "assign gv20b: %s/"
  18. ;writetofile "assign gv20c: %s/"
  19. writetofile "gv20a:gv20"
  20. closefile ""
  21.  
  22. delete "%s/GV20.info"
  23. delete "%s/HDInstall.info"
  24. delete "%s/disk.info"
  25.  
  26. makeicon "%s/Grapevine20.info"
  27.  
  28. closemessage ""
  29.  
  30. alert "%cI Haven't installed any of the%cDEVS or L directories%cI assume you already have these%c"
  31. alert "%cNone of the sources etc. have been installed%cYou know where they are if you need them!%c"
  32. alert "%cInstall Complete%c"
  33.  
  34. end ""
  35.  
  36.